-
Notifications
You must be signed in to change notification settings - Fork 271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Split the stdsimd feature into separate features #1486
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
These have already been removed for AArch64
@Amanieu: no appropriate reviewer found, use r? to override |
Amanieu
force-pushed
the
tracking-issues
branch
2 times, most recently
from
October 28, 2023 01:38
4fc3a6c
to
48876ef
Compare
Amanieu
added a commit
that referenced
this pull request
Jan 4, 2024
This is more fallout from #1486
Amanieu
added a commit
to Amanieu/stdarch
that referenced
this pull request
Jan 4, 2024
More fallout from rust-lang#1486
Amanieu
added a commit
to Amanieu/stdarch
that referenced
this pull request
Jan 4, 2024
More fallout from rust-lang#1486
Amanieu
added a commit
to Amanieu/stdarch
that referenced
this pull request
Jan 4, 2024
More fallout from rust-lang#1486
Amanieu
added a commit
to Amanieu/stdarch
that referenced
this pull request
Jan 4, 2024
More fallout from rust-lang#1486
Amanieu
added a commit
to Amanieu/stdarch
that referenced
this pull request
Jan 5, 2024
More fallout from rust-lang#1486
Amanieu
added a commit
to Amanieu/stdarch
that referenced
this pull request
Jan 5, 2024
More fallout from rust-lang#1486
Amanieu
added a commit
to Amanieu/stdarch
that referenced
this pull request
Jan 5, 2024
More fallout from rust-lang#1486
This patch turns out to be quite painful: rust-lang/portable-simd#389 |
Unfortunately it is necessary to properly track all of the stdarch features. Perhaps this is something that can be addressed at the compiler level? |
Filed a rustc issue: rust-lang/rust#120930 |
2 tasks
moz-v2v-gh
pushed a commit
to mozilla/gecko-dev
that referenced
this pull request
Mar 5, 2024
…1.78. r=glandium We only need this on ARM32 because the ARM64 intrinsics are stable. stdarch_arm_neon_intrinsics was split out from stdsimd here: rust-lang/stdarch#1486 Differential Revision: https://phabricator.services.mozilla.com/D203039
moz-gfx
pushed a commit
to moz-gfx/qcms
that referenced
this pull request
Mar 5, 2024
…1.78. r=glandium We only need this on ARM32 because the ARM64 intrinsics are stable. stdarch_arm_neon_intrinsics was split out from stdsimd here: rust-lang/stdarch#1486 Differential Revision: https://phabricator.services.mozilla.com/D203039 [ghsync] From https://hg.mozilla.org/mozilla-central/rev/e9b01ce8e2fe053ffef77505f05cf18ed0b9fcd2
ErichDonGubler
pushed a commit
to erichdongubler-mozilla/firefox
that referenced
this pull request
Mar 6, 2024
…1.78. r=glandium We only need this on ARM32 because the ARM64 intrinsics are stable. stdarch_arm_neon_intrinsics was split out from stdsimd here: rust-lang/stdarch#1486 Differential Revision: https://phabricator.services.mozilla.com/D203039
MrAlex94
pushed a commit
to BrowserWorks/Waterfox
that referenced
this pull request
May 13, 2024
…1.78. r=glandium We only need this on ARM32 because the ARM64 intrinsics are stable. stdarch_arm_neon_intrinsics was split out from stdsimd here: rust-lang/stdarch#1486 Differential Revision: https://phabricator.services.mozilla.com/D203039
MrAlex94
pushed a commit
to BrowserWorks/Waterfox
that referenced
this pull request
May 13, 2024
…1.78. r=glandium We only need this on ARM32 because the ARM64 intrinsics are stable. stdarch_arm_neon_intrinsics was split out from stdsimd here: rust-lang/stdarch#1486 Differential Revision: https://phabricator.services.mozilla.com/D203039
moz-v2v-gh
pushed a commit
to mozilla/gecko-dev
that referenced
this pull request
May 24, 2024
…1.78. r=glandium a=RyanVM We only need this on ARM32 because the ARM64 intrinsics are stable. stdarch_arm_neon_intrinsics was split out from stdsimd here: rust-lang/stdarch#1486 Differential Revision: https://phabricator.services.mozilla.com/D203039
github-actions bot
pushed a commit
to Floorp-Projects/Floorp
that referenced
this pull request
Jun 11, 2024
…1.78. r=glandium a=RyanVM We only need this on ARM32 because the ARM64 intrinsics are stable. stdarch_arm_neon_intrinsics was split out from stdsimd here: rust-lang/stdarch#1486 Differential Revision: https://phabricator.services.mozilla.com/D203039
2 tasks
Ponchale
added a commit
to goastian/midori-desktop
that referenced
this pull request
Aug 9, 2024
…1.78. r=glandium a=RyanVM We only need this on ARM32 because the ARM64 intrinsics are stable. stdarch_arm_neon_intrinsics was split out from stdsimd here: rust-lang/stdarch#1486 Differential Revision: https://phabricator.services.mozilla.com/D203039
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
More importantly, each feature now gets its own tracking issue, which should help towards eventual stabilization.
New tracking issues: